internal/runtime/maps.groupReference.key (method)

57 uses

	internal/runtime/maps (current package)
		group.go#L289: func (g *groupReference) key(typ *abi.MapType, i uintptr) unsafe.Pointer {
		group.go#L342: 			oldKey := *(*unsafe.Pointer)(oldGroup.key(typ, i))
		group.go#L348: 			*(*unsafe.Pointer)(newGroup.key(typ, i)) = newKey
		map.go#L456: 		slotKey := g.key(typ, i)
		map.go#L547: 		slotKey := g.key(typ, i)
		map.go#L577: 	slotKey := g.key(typ, i)
		map.go#L621: 		key := g.key(typ, i)
		map.go#L696: 		slotKey := g.key(typ, i)
		runtime.go#L106: 			slotKey := g.key(typ, i)
		runtime.go#L181: 			slotKey := g.key(typ, i)
		runtime.go#L276: 				slotKey := g.key(typ, i)
		runtime.go#L319: 					slotKey := g.key(typ, i)
		runtime_fast32.go#L36: 		slotKey := g.key(typ, 0)
		runtime_fast32.go#L67: 			slotKey := g.key(typ, i)
		runtime_fast32.go#L106: 		slotKey := g.key(typ, 0)
		runtime_fast32.go#L137: 			slotKey := g.key(typ, i)
		runtime_fast32.go#L165: 		slotKey := g.key(typ, i)
		runtime_fast32.go#L183: 	slotKey := g.key(typ, i)
		runtime_fast32.go#L259: 				slotKey := g.key(typ, i)
		runtime_fast32.go#L303: 				slotKey := g.key(typ, i)
		runtime_fast32.go#L398: 				slotKey := g.key(typ, i)
		runtime_fast32.go#L437: 				slotKey := g.key(typ, i)
		runtime_fast64.go#L36: 		slotKey := g.key(typ, 0)
		runtime_fast64.go#L67: 			slotKey := g.key(typ, i)
		runtime_fast64.go#L106: 		slotKey := g.key(typ, 0)
		runtime_fast64.go#L138: 			slotKey := g.key(typ, i)
		runtime_fast64.go#L166: 		slotKey := g.key(typ, i)
		runtime_fast64.go#L184: 	slotKey := g.key(typ, i)
		runtime_fast64.go#L260: 				slotKey := g.key(typ, i)
		runtime_fast64.go#L304: 				slotKey := g.key(typ, i)
		runtime_fast64.go#L342: 		slotKey := g.key(typ, i)
		runtime_fast64.go#L360: 	slotKey := g.key(typ, i)
		runtime_fast64.go#L438: 				slotKey := g.key(typ, i)
		runtime_fast64.go#L477: 				slotKey := g.key(typ, i)
		runtime_faststr.go#L21: 	slotKey := g.key(typ, 0)
		runtime_faststr.go#L48: 		slotKey = g.key(typ, uintptr(j))
		runtime_faststr.go#L60: 	slotKey = g.key(typ, 0)
		runtime_faststr.go#L143: 			slotKey := g.key(typ, i)
		runtime_faststr.go#L203: 			slotKey := g.key(typ, i)
		runtime_faststr.go#L231: 		slotKey := g.key(typ, i)
		runtime_faststr.go#L251: 	slotKey := g.key(typ, i)
		runtime_faststr.go#L327: 				slotKey := g.key(typ, i)
		runtime_faststr.go#L374: 				slotKey := g.key(typ, i)
		table.go#L202: 			slotKey := g.key(typ, i)
		table.go#L236: 			slotKey := g.key(typ, i)
		table.go#L283: 			slotKey := g.key(typ, i)
		table.go#L337: 			slotKey := g.key(typ, i)
		table.go#L399: 			slotKey := g.key(typ, i)
		table.go#L432: 			slotKey := g.key(typ, i)
		table.go#L526: 			key := g.key(typ, j)
		table.go#L833: 			key := it.group.key(it.typ, k)
		table.go#L976: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1069: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1198: 			key := g.key(typ, j)
		table.go#L1239: 				key := g.key(typ, j)
		table_debug.go#L36: 				key := g.key(typ, j)
		table_debug.go#L113: 			dump(g.key(typ, j), typ.Key.Size_)